github.com/andybalholm/brotli/flate.huffmanBitWriter.bits (field)
13 uses
github.com/andybalholm/brotli/flate (current package)
huffman_bit_writer.go#L69: bits uint64
huffman_bit_writer.go#L92: w.bits, w.nbits = 0, 0
huffman_bit_writer.go#L98: dst = append(dst, byte(w.bits))
huffman_bit_writer.go#L99: w.bits >>= 8
huffman_bit_writer.go#L106: w.bits = 0
huffman_bit_writer.go#L111: w.bits |= uint64(b) << w.nbits
huffman_bit_writer.go#L114: bits := w.bits
huffman_bit_writer.go#L115: w.bits >>= 48
huffman_bit_writer.go#L133: w.dst = append(w.dst, byte(w.bits))
huffman_bit_writer.go#L134: w.bits >>= 8
huffman_bit_writer.go#L280: w.bits |= uint64(c.code) << w.nbits
huffman_bit_writer.go#L283: bits := w.bits
huffman_bit_writer.go#L284: w.bits >>= 48
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |